Update Image 🛠️
This commit is contained in:
parent
61a23d284c
commit
405b23afb7
@ -8,5 +8,5 @@ configmap:
|
|||||||
CUSTOM_HEADER: 'This app was deployed with helm!'
|
CUSTOM_HEADER: 'This app was deployed with helm!'
|
||||||
|
|
||||||
image:
|
image:
|
||||||
name: devopsjourney1/mywebapp
|
name: helm-webapp-demo/mywebapp
|
||||||
tag: latest
|
tag: latest
|
@ -1,6 +1,6 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: mywebapp
|
name: kustom-webapp-demo
|
||||||
spec:
|
spec:
|
||||||
replicas: 3
|
replicas: 3
|
@ -1,6 +1,6 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: mywebapp
|
name: kustom-webapp-demo
|
||||||
spec:
|
spec:
|
||||||
replicas: 4
|
replicas: 4
|
Loading…
Reference in New Issue
Block a user