basic: remove some extras

This commit is contained in:
xeruf 2022-07-05 15:11:20 +01:00
parent caa5fa2055
commit cc6fbd792a
3 changed files with 0 additions and 34 deletions

View File

@ -1,5 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- stackspout.yaml

View File

@ -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

View File

@ -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")'