Skip to content

Commit

Permalink
Feature remove acme challenge resources (#44)
Browse files Browse the repository at this point in the history
* updated configmap name in all files

* feature: updated postgres name

* feature: updated server name, debugged changes

* feature: updated ui name and debugged

* feature: fixed worker name

* feature: fixed temporal naming

* feature: removed unnecessary acme challenge resources

* revert namespace back to just multiwoven

* change env name from suffix to prefix: configmap

* change env name from suffix to prefix: ingress

* change env name from suffix to prefix: postgresql deployment/service

* change env name from suffix to prefix: postgresql pvc

* change env name from suffix to prefix: server

* change env name from suffix to prefix: ui

* change env name from suffix to prefix: worker

* change env name from suffix to prefix: temporal

* change env name from suffix to prefix: temporal in ingress template

* feature: parameterized temporalHost and postgresql default values

* fix: added app env to workflow deployment names

* fix: remove appEnv prefix changes

* fix: remove appEnv from values file

* fix: remove appEnv from values file

* fix: remove double quotes from values file
  • Loading branch information
AngeloB-AIS authored Sep 27, 2024
1 parent 66569ec commit b352013
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 65 deletions.
39 changes: 0 additions & 39 deletions charts/multiwoven/templates/acme-challenge-deployment.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions charts/multiwoven/templates/acme-challenge-service.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions charts/multiwoven/templates/multiwoven-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ spec:
- host: {{ .Values.multiwovenConfig.uiHost }}
http:
paths:
- path: /.well-known/acme-challenge/
pathType: Prefix
backend:
service:
name: '{{ include "chart.fullname" . }}-acme-challenge-service'
port:
number: {{ (index .Values.acmeChallenge.ports 0).port }}
- path: /(.*)
pathType: Prefix
backend:
Expand All @@ -45,13 +38,6 @@ spec:
- host: {{ .Values.multiwovenConfig.apiHost }}
http:
paths:
- path: /.well-known/acme-challenge/
pathType: Prefix
backend:
service:
name: '{{ include "chart.fullname" . }}-acme-challenge-service'
port:
number: {{ (index .Values.acmeChallenge.ports 0).port }}
- path: /(.*)
pathType: Prefix
backend:
Expand Down

0 comments on commit b352013

Please sign in to comment.