38 lines
721 B
YAML
38 lines
721 B
YAML
replicaCount: 1
|
|
image:
|
|
repository: harbor.dvirlabs.com/my-apps/dvirlabs-landing
|
|
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"
|
|
hosts:
|
|
- host: dvirlabs.com
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls: []
|
|
# - secretName: dvirlabs-com-tls
|
|
# hosts:
|
|
# - dvirlabs.com
|
|
resources: {}
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 50m
|
|
# memory: 64Mi
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|