Skip to content

Commit

Permalink
revert accidentally committed files
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Nov 27, 2024
1 parent 72dbc53 commit 48eab91
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 6 additions & 0 deletions k8s/helmfile/env/production/argo-cd-base.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ configs:
controller:
resources:
limits:
cpu: null
memory: 512Mi
requests:
cpu: 250m
Expand All @@ -50,6 +51,7 @@ controller:
applicationSet:
resources:
limits:
cpu: null
memory: 128Mi
requests:
cpu: 100m
Expand All @@ -58,6 +60,7 @@ applicationSet:
dex:
resources:
limits:
cpu: null
memory: 64Mi
requests:
cpu: 10m
Expand All @@ -66,6 +69,7 @@ dex:
notifications:
resources:
limits:
cpu: null
memory: 128Mi
requests:
cpu: 100m
Expand All @@ -74,6 +78,7 @@ notifications:
redis:
resources:
limits:
cpu: null
memory: 128Mi
requests:
cpu: 100m
Expand All @@ -82,6 +87,7 @@ redis:
repoServer:
resources:
limits:
cpu: null
memory: 1024Mi
requests:
cpu: 10m
Expand Down
20 changes: 7 additions & 13 deletions k8s/helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ releases:
# Only deploy the clusterissuers to production clusters for now, as they won't
# work locally for now...
- name: clusterissuers
# installed: {{ ne .Environment.Name "local" | toYaml }}
installed: {{ ne .Environment.Name "local" | toYaml }}
namespace: cert-manager
# TODO use something more generic or from wbstack/charts repo
chart: ../../../charts/charts/wikibase-cloud-clusterissuers
# version: 0.1.0
chart: wbstack/wikibase-cloud-clusterissuers
version: 0.1.0
values:
- email: {{ .Values.external.letsencrypt.email }}
- gceProject: {{ .Values.gceProject }}
Expand All @@ -96,10 +96,10 @@ releases:
- 'wikibase.dev'

- name: certificates
# installed: {{ ne .Environment.Name "local" | toYaml }}
installed: {{ ne .Environment.Name "local" | toYaml }}
namespace: default
chart: ../../../charts/charts/certificates
# version: 0.1.0
chart: wbstack/certificates
version: 0.1.0
<<: *default_release


Expand All @@ -109,7 +109,7 @@ releases:
- name: argocd-config
namespace: argocd
chart: wbstack/argocd-config
version: 1.0.9
version: '{{ if eq .Environment.Name "production" }} 1.0.9 {{ else }} 1.0.10 {{ end }}'
<<: *default_release

- name: redirects
Expand All @@ -133,12 +133,6 @@ releases:
version: 10.5.0
<<: *default_release

- name: ui
namespace: default
chart: wbstack/ui
version: 0.3.1
<<: *default_release

- name: elasticsearch-2
namespace: default
chart: bitnami/elasticsearch
Expand Down

0 comments on commit 48eab91

Please sign in to comment.