aboutsummaryrefslogtreecommitdiff
path: root/grumpy/static-files/base/static-files-ing.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'grumpy/static-files/base/static-files-ing.yaml')
-rw-r--r--grumpy/static-files/base/static-files-ing.yaml17
1 files changed, 8 insertions, 9 deletions
diff --git a/grumpy/static-files/base/static-files-ing.yaml b/grumpy/static-files/base/static-files-ing.yaml
index f0f05eb..9dee43b 100644
--- a/grumpy/static-files/base/static-files-ing.yaml
+++ b/grumpy/static-files/base/static-files-ing.yaml
@@ -5,24 +5,23 @@ metadata:
certmanager.k8s.io/cluseterissuer: letsencrypt-prod
ingress.kubernetes.io/ssl-redirect: "true"
kubernetes.io/ingress.class: traefik
- traefik.ingress.kubernetes.io/frontend-entry-points: http,https
- traefik.ingress.kubernetes.io/redirect-entry-point: https
- traefik.ingress.kubernetes.io/redirect-permanent: "true"
- name: blog
+ name: static-files
+ labels:
+ app.kubernetes.io/part-of: static-files
+ app.kubernetes.io/version: "1.0"
spec:
rules:
- - host: ofmax.li
+ - host: host
http:
paths:
- backend:
service:
- name: blog
+ name: static-files
port:
number: 8080
pathType: Prefix
path: /
tls:
- hosts:
- - www.ofmax.li
- - ofmax.li
- secretName: ofmax-li-sec
+ - host
+ secretName: prod-ofmax-li-sec