Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions helm/githubapp/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Production environment overrides
image:
repository: quay.io/wire/github-app
tag: "sha-6bd8f51"
ingress:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt
hosts:
- host: github-app.apps-prod.wire.link
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- github-app.apps-prod.wire.link
secretName: github-app-tls
env:
- name: WIRE_SDK_APP_ID
value: "fc3d344b-e9c3-474d-8431-48dc9139822a"
- name: WIRE_SDK_API_HOST
value: "https://prod-nginz-https.wire.com"
- name: GHAPP_API_HOST
value: "https://github-app.apps-prod.wire.link"
- name: GHAPP_SERVER_PORT
value: "8080"