Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 332d3971af | |||
| 9f2e7c4632 | |||
| 433bb49235 | |||
| 5c4fdb4805 | |||
| a4c11ba66f | |||
| daa900d61b | |||
| f1135dd650 |
@@ -5,10 +5,8 @@ metadata:
|
|||||||
namespace: apps
|
namespace: apps
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: traefik
|
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- excalidraw.khalisio.com
|
- excalidraw.khalisio.com
|
||||||
@@ -7,7 +7,7 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
app: excalidraw
|
app: excalidraw
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- protocol: TCP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: apps
|
||||||
|
labels:
|
||||||
|
name: apps
|
||||||
Reference in New Issue
Block a user