Skip to content

Commit

Permalink
chore: annotate apps with sablier
Browse files Browse the repository at this point in the history
  • Loading branch information
jnobrega committed May 10, 2024
1 parent 7c63572 commit ae0fe20
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions k8s/apps/network/traefik/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ spec:
kubernetesIngress:
enabled: true
allowExternalNameServices: true
allowEmptyServices: true
ingressClass: traefik
publishedService:
enabled: true
Expand Down
4 changes: 4 additions & 0 deletions k8s/apps/tools/excalidraw/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ spec:
operator: DoesNotExist
controllers:
excalidraw:
labels:
sablier.enable: "true"
sablier.group: apps
replicas: 2
strategy: RollingUpdate
containers:
Expand Down Expand Up @@ -70,6 +73,7 @@ spec:
className: traefik
annotations:
hajimari.io/icon: pencil-box
traefik.ingress.kubernetes.io/router.middlewares: resource-optimizer-sablier@kubernetescrd
hosts:
- host: &host draw.${SECRET_DOMAIN}
paths:
Expand Down
4 changes: 4 additions & 0 deletions k8s/apps/tools/it-tools/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ spec:
operator: DoesNotExist
controllers:
it-tools:
labels:
sablier.enable: "true"
sablier.group: apps
annotations:
reloader.stakater.com/auto: "true"
containers:
Expand Down Expand Up @@ -62,6 +65,7 @@ spec:
className: traefik
annotations:
hajimari.io/icon: tools
traefik.ingress.kubernetes.io/router.middlewares: resource-optimizer-sablier@kubernetescrd
hosts:
- host: &host it-tools.${SECRET_DOMAIN}
paths:
Expand Down
4 changes: 4 additions & 0 deletions k8s/apps/tools/stirling-pdf/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ spec:
operator: DoesNotExist
controllers:
stirling:
labels:
sablier.enable: "true"
sablier.group: apps
strategy: RollingUpdate
containers:
app:
Expand Down Expand Up @@ -92,6 +95,7 @@ spec:
className: traefik
annotations:
hajimari.io/icon: file-pdf-box
traefik.ingress.kubernetes.io/router.middlewares: resource-optimizer-sablier@kubernetescrd
hosts:
- host: &host "pdf.${SECRET_DOMAIN}"
paths:
Expand Down

0 comments on commit ae0fe20

Please sign in to comment.