Merge branch 'master' of https://git.dvirlabs.com/dvirlabs/my-apps
This commit is contained in:
commit
5f913c7c93
@ -1,16 +1,14 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
image:
|
image:
|
||||||
repository: harbor.dvirlabs.com/my-apps/dvirlabs-landing
|
repository: harbor.dvirlabs.com/my-apps/dvirlabs-landing
|
||||||
tag: "master-2ee2f13"
|
tag: "master-1ba9b40"
|
||||||
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
|
className: traefik
|
||||||
@ -21,32 +19,26 @@ ingress:
|
|||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
tls: []
|
tls: []
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
tolerations: []
|
tolerations: []
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
links:
|
links:
|
||||||
- id: gitea
|
- id: gitea
|
||||||
label: "Git Service"
|
label: "Git Service"
|
||||||
desc: "Self-hosted Git repositories & CI integration."
|
desc: "Self-hosted Git repositories & CI integration."
|
||||||
chip: "Gitea"
|
chip: "Gitea"
|
||||||
url: "https://git.dvirlabs.com"
|
url: "https://git.dvirlabs.com"
|
||||||
|
|
||||||
- id: grafana
|
- id: grafana
|
||||||
label: "Observability"
|
label: "Observability"
|
||||||
desc: "Dashboards, metrics, and alerts for lab services."
|
desc: "Dashboards, metrics, and alerts for lab services."
|
||||||
chip: "Grafana"
|
chip: "Grafana"
|
||||||
url: "https://grafana.dvirlabs.com"
|
url: "https://grafana.dvirlabs.com"
|
||||||
|
|
||||||
- id: argocd
|
- id: argocd
|
||||||
label: "GitOps Control"
|
label: "GitOps Control"
|
||||||
desc: "Applications managed declaratively via Argo CD."
|
desc: "Applications managed declaratively via Argo CD."
|
||||||
chip: "Argo CD"
|
chip: "Argo CD"
|
||||||
url: "https://argocd.dvirlabs.com"
|
url: "https://argocd.dvirlabs.com"
|
||||||
|
|
||||||
- id: wiki
|
- id: wiki
|
||||||
label: "Lab Documentation"
|
label: "Lab Documentation"
|
||||||
desc: "Architecture diagrams, notes, and how-tos."
|
desc: "Architecture diagrams, notes, and how-tos."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user