mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-07 00:23:44 +08:00
GKE: TLS Ingress for 104-155-144-4.sslip.io
This commit is contained in:
@@ -171,6 +171,41 @@ spec:
|
||||
selector:
|
||||
app: sslip.io-ntp
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: sslip.io-nginx
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
cert-manager.io/issuer: "letsencrypt-prod"
|
||||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- 104-155-144-4.sslip.io
|
||||
- 104.155.144.4.sslip.io
|
||||
secretName: quickstart-sslip.io-tls
|
||||
rules:
|
||||
- host: 104-155-144-4.sslip.io
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Exact
|
||||
backend:
|
||||
service:
|
||||
name: sslip-io-nginx-cluster
|
||||
port:
|
||||
number: 80
|
||||
- host: 104.155.144.4.sslip.io
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Exact
|
||||
backend:
|
||||
service:
|
||||
name: sslip-io-nginx-cluster
|
||||
port:
|
||||
number: 80
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
|
Reference in New Issue
Block a user