Skip to content

Commit

Permalink
Feature remove acme challenge resources (#46)
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

* fix: update chart name

* fix: remove acme values from values.yaml

* fix: codium rec. replace version and appVersion w variable

* fix: fix var formatting in Chart.yaml

* fix: fixed value reference in Chart.yaml

* fix: fixed value reference in Chart.yaml

* fix: screw codium's recommendation
  • Loading branch information
AngeloB-AIS authored Oct 1, 2024
1 parent 1ef4460 commit ca0b645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
4 changes: 2 additions & 2 deletions charts/multiwoven/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: multiwoven
description: Open-source reverse ETL, an alternative to Hightouch, Census etc. 🔥
type: application
version: 0.27.0
appVersion: "0.27.0"
version: 0.28.0
appVersion: "0.28.0"
maintainers:
- name: subintp
- name: RafaelOAiSquared
Expand Down
17 changes: 0 additions & 17 deletions charts/multiwoven/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,20 +268,3 @@ temporalUi:
repository: temporalio/ui
tag: 2.22.3
type: ClusterIP
acmeChallenge:
ports:
- name: "80"
port: 80
targetPort: 80
replicas: 1
acmeChallenge:
image:
repository: nginx
tag: alpine
resources:
limits:
cpu: "64Mi"
memory: "250m"
requests:
cpu: "128Mi"
memory: "500m"

0 comments on commit ca0b645

Please sign in to comment.