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