Compare commits

..

No commits in common. "019c3da82c2c5ada8bcb96488e1e6c7295169b6e" and "4fdb6ee5fc298ada9e34c248d67d9b690d74fac7" have entirely different histories.

4 changed files with 1 additions and 59 deletions

View File

@ -1,4 +1,3 @@
{{- if .Values.registry_expose }}
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
@ -38,5 +37,3 @@ spec:
name: consul
port:
number: 8500
{{- end }}

View File

@ -1,39 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: facade-ingress
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
tls:
- hosts:
- facade.kl.suyiiyii.top
secretName: facade-tls
rules:
- host: facade.kl.suyiiyii.top
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: facade
port:
number: 8500
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: facade-http-ingress
spec:
rules:
- host: facade.kl.suyiiyii.top
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: facade
port:
number: 8500

View File

@ -1,15 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: facade
spec:
ports:
- name: "8500"
port: 8500
targetPort: 8500
- name: "8600"
port: 8600
protocol: UDP
targetPort: 8600
selector:
app: facade

View File

@ -1,5 +1,4 @@
registry_expose: false
registry: ghcr.io
tag: "250121-1414be4"
deployments: