fix: use k8s internal registry DNS
All checks were successful
Build & Deploy / build (push) Successful in 2s
All checks were successful
Build & Deploy / build (push) Successful in 2s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Default values
|
# Default values
|
||||||
image:
|
image:
|
||||||
registry: 127.0.0.1:5000
|
registry: zot-registry.cicd.svc.cluster.local:5000
|
||||||
name: demo-frontend
|
name: demo-frontend
|
||||||
tag: latest
|
tag: latest
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
@@ -9,7 +9,7 @@ replicaCount: 2
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8080
|
port: 80
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
@@ -31,8 +31,8 @@ probes:
|
|||||||
liveness:
|
liveness:
|
||||||
enabled: true
|
enabled: true
|
||||||
path: /healthz
|
path: /healthz
|
||||||
port: 8080
|
port: 80
|
||||||
readiness:
|
readiness:
|
||||||
enabled: true
|
enabled: true
|
||||||
path: /healthz
|
path: /healthz
|
||||||
port: 8080
|
port: 80
|
||||||
Reference in New Issue
Block a user