Skip to content

Commit

Permalink
cleanup private.yaml (staging & prod)
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Nov 27, 2024
1 parent c3cd538 commit b7c5da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
12 changes: 1 addition & 11 deletions k8s/helmfile/env/production/private.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
gceProject: wikibase-cloud
gceServiceAccountSecret: secret-wikibase-production-api

certificates:
-
name: wikibase-cloud-tls
commonName: wikibase.cloud
dnsNames:
- '*.wikibase.cloud'
- 'wikibase.cloud'
secretName: wikibase-cloud-tls
issuerRef: letsencrypt-prod

uiHostName: www.wikibase.cloud
tlsSecret: wikibase-production-tls # TODO is this not used any more now?
tlsSecret: wikibase-production-tls
ingressNameSuffix: wikibase-production

services:
Expand Down
20 changes: 1 addition & 19 deletions k8s/helmfile/env/staging/private.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,8 @@
gceProject: wikibase-cloud
gceServiceAccountSecret: secret-wikibase-dev-api

certificates:
-
name: wikibase-cloud-tls
commonName: wikibase.cloud
dnsNames:
- '*.wikibase.cloud'
- 'wikibase.cloud'
secretName: wikibase-cloud-tls
issuerRef: letsencrypt-staging #letsencrypt-prod
-
name: wikibase-dev-tls
commonName: wikibase.dev
dnsNames:
- '*.wikibase.dev'
- 'wikibase.dev'
secretName: wikibase-dev-tls
issuerRef: letsencrypt-prod

uiHostName: www.wikibase.dev
tlsSecret: wikibase-dev-tls # TODO is this not used any more now?
tlsSecret: wikibase-dev-tls
ingressNameSuffix: wikibase-dev

services:
Expand Down

0 comments on commit b7c5da7

Please sign in to comment.