https, testing queue, change domain

This commit is contained in:
roman
2024-05-22 21:26:01 +03:00
parent 86cee24d9f
commit 150251504a
8 changed files with 76 additions and 4 deletions

View File

@@ -2,9 +2,16 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ .Release.Name }}-ingress
annotations:
cert-manager.io/issuer: "{{ .Release.Name }}-certificate-issuer"
spec:
tls:
- hosts:
- liquidcode.ru
- api.liquidcode.ru
secretName: {{ .Release.Name }}-tls-secret
rules:
- host: api.nullptr.top
- host: api.liquidcode.ru
http:
paths:
- path: /
@@ -14,7 +21,7 @@ spec:
name: {{ .Release.Name }}-backend-service
port:
number: 80
- host: nullptr.top
- host: liquidcode.ru
http:
paths:
- path: /