36 lines
622 B
YAML
36 lines
622 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
|
|
annotations: {}
|
|
hosts:
|
|
- host: dvirlabs.com
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls: []
|
|
|
|
resources: {}
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
|
|
links:
|
|
gitea: "https://git.dvirlabs.com"
|
|
grafana: "https://grafana.dvirlabs.com"
|
|
argocd: "https://argocd.dvirlabs.com"
|
|
wiki: "https://wiki.dvirlabs.com"
|