diff --git a/manifests/dvirlabs-landing/values.yaml b/manifests/dvirlabs-landing/values.yaml index 78993a9..4acadef 100644 --- a/manifests/dvirlabs-landing/values.yaml +++ b/manifests/dvirlabs-landing/values.yaml @@ -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: []