mirror of
https://github.com/bvanroll/example-node-project.git
synced 2025-09-02 05:42:42 +00:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
57f67733ec |
@@ -1,5 +1,6 @@
|
||||
apiVersion: v1
|
||||
appVersion: 0.0.1
|
||||
description: A Helm chart for Kubernetes
|
||||
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/d273e09/images/nodejs.png
|
||||
name: frontend-node
|
||||
version: 0.1.0-SNAPSHOT
|
||||
version: 0.0.1
|
||||
|
@@ -3,8 +3,8 @@
|
||||
# Declare variables to be passed into your templates.
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: draft
|
||||
tag: dev
|
||||
repository: gcr.io/flowfactor/frontend-node
|
||||
tag: 0.0.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# define environment variables here as a map of key: value
|
||||
|
Reference in New Issue
Block a user