https, testing queue, change domain
This commit is contained in:
@@ -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: /
|
||||
|
||||
Reference in New Issue
Block a user