basic: remove some extras
This commit is contained in:
parent
caa5fa2055
commit
cc6fbd792a
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
resources:
|
|
||||||
- stackspout.yaml
|
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
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
|
|
|
@ -1,11 +0,0 @@
|
||||||
---
|
|
||||||
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")'
|
|
Loading…
Reference in New Issue