image: update tag to master-2ee2f13

This commit is contained in:
woodpecker-bot 2025-11-26 00:52:19 +00:00
parent fe202120c5
commit f630d27bc3

View File

@ -1,24 +1,20 @@
replicaCount: 1
image:
repository: registry.dvirlabs.com/dvirlabs/landing
tag: "v1"
tag: "master-2ee2f13"
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
service:
type: ClusterIP
port: 80
ingress:
enabled: true
className: traefik # or whatever your ingressClass is
annotations: {}
# Example if you need it:
# kubernetes.io/ingress.class: "traefik"
# Example if you need it:
# kubernetes.io/ingress.class: "traefik"
hosts:
- host: dvirlabs.com
paths:
@ -28,14 +24,13 @@ ingress:
# - secretName: dvirlabs-com-tls
# hosts:
# - dvirlabs.com
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 50m
# memory: 64Mi
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 50m
# memory: 64Mi
nodeSelector: {}
tolerations: []