Skip to content
Snippets Groups Projects
Commit cc6fbd79 authored by xeruf's avatar xeruf
Browse files

basic: remove some extras

parent caa5fa20
No related branches found
No related tags found
No related merge requests found
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- stackspout.yaml
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-issuer-staging
spec:
acme:
email: ${admin_email}
# overwrite this to "https://acme-staging-v02.api.letsencrypt.org/directory" for staging
server: "https://acme-staging-v02.api.letsencrypt.org/directory"
privateKeySecretRef:
# Secret resource used to store the account's private key.
name: letsencrypt-account-key
# Enable the HTTP01 challenge mechanism for this Issuer
solvers:
- http01:
ingress:
class: nginx
---
apiVersion: v1
kind: ConfigMap
metadata:
namespace: stackspin-apps
name: stackspin-zulip-override
data:
values.yaml: |
zulip:
environment:
SETTING_AUTHENTICATION_BACKENDS: '("zproject.backends.GenericOpenIdConnectBackend", "zproject.backends.EmailAuthBackend")'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment