This commit is contained in:
parent
caee2fb655
commit
b21492b510
@ -3,6 +3,7 @@ apiVersion: cert-manager.io/v1
|
|||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
name: garrettmills-dev-tls
|
name: garrettmills-dev-tls
|
||||||
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
secretName: garrettmills-dev-tls-secret
|
secretName: garrettmills-dev-tls-secret
|
||||||
dnsNames:
|
dnsNames:
|
||||||
|
@ -3,6 +3,7 @@ apiVersion: apps/v1
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: garrettmills-dev
|
name: garrettmills-dev
|
||||||
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
@ -10,6 +11,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: garrettmills-dev-www
|
name: garrettmills-dev-www
|
||||||
|
namespace: default
|
||||||
labels:
|
labels:
|
||||||
app: garrettmills-dev
|
app: garrettmills-dev
|
||||||
spec:
|
spec:
|
||||||
|
@ -3,6 +3,7 @@ apiVersion: networking.k8s.io/v1
|
|||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: garrettmills-dev-ingress
|
name: garrettmills-dev-ingress
|
||||||
|
namespace: default
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/ssl-redirect: 'false'
|
nginx.ingress.kubernetes.io/ssl-redirect: 'false'
|
||||||
spec:
|
spec:
|
||||||
|
@ -3,6 +3,7 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: garrettmills-dev-service
|
name: garrettmills-dev-service
|
||||||
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: garrettmills-dev
|
app: garrettmills-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user