update to git

This commit is contained in:
2026-08-12 13:04:57 +07:00
commit 39b11cd13f
8 changed files with 150 additions and 0 deletions

No files matched your search

+19
View File
@@ -0,0 +1,19 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: web-socket-qris
annotations:
kubernetes.io/ingress.class: traefik-external
spec:
entryPoints:
- websecure
routes:
- kind: Rule
match: Host(`web-socket-qris.rssa.id`)
middlewares:
- name: default-headers
services:
- name: web-socket-qris
port: 80
tls:
secretName: web-socket-qris.dev.rssa.id