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