aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/web/ghost/ingress.yaml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-07-22 16:14:35 +0100
committerGravatar Chris Lovering <[email protected]>2024-07-22 16:14:35 +0100
commit216cfcfc51190d98422883febc83b6511f745039 (patch)
tree4cae851dde77c5192b4d5ef70bd4620b3a92d515 /kubernetes/namespaces/web/ghost/ingress.yaml
parentPoint blog DNS to netlify (diff)
Remove ghost blog
Diffstat (limited to 'kubernetes/namespaces/web/ghost/ingress.yaml')
-rw-r--r--kubernetes/namespaces/web/ghost/ingress.yaml25
1 files changed, 0 insertions, 25 deletions
diff --git a/kubernetes/namespaces/web/ghost/ingress.yaml b/kubernetes/namespaces/web/ghost/ingress.yaml
deleted file mode 100644
index 74a275b..0000000
--- a/kubernetes/namespaces/web/ghost/ingress.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-apiVersion: networking.k8s.io/v1
-kind: Ingress
-metadata:
- annotations:
- nginx.ingress.kubernetes.io/auth-tls-verify-client: "on"
- nginx.ingress.kubernetes.io/auth-tls-secret: "kube-system/mtls-client-crt-bundle"
- nginx.ingress.kubernetes.io/auth-tls-error-page: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
- name: ghost
- namespace: web
-spec:
- tls:
- - hosts:
- - "*.pythondiscord.com"
- secretName: pythondiscord.com-tls
- rules:
- - host: blog.pythondiscord.com
- http:
- paths:
- - path: /
- pathType: Prefix
- backend:
- service:
- name: ghost
- port:
- number: 2368