added some comments
This commit is contained in:
parent
609b362dc3
commit
dd1d1d5143
@ -54,7 +54,7 @@ spec:
|
|||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: webfiles
|
- name: webfiles
|
||||||
mountPath: /usr/local/apache2/htdocs
|
mountPath: /usr/local/apache2/htdocs # path in the container
|
||||||
volumes:
|
volumes:
|
||||||
- name: webfiles
|
- name: webfiles
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
@ -81,7 +81,7 @@ metadata:
|
|||||||
namespace: docs-siatel-ro
|
namespace: docs-siatel-ro
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: "nginx"
|
kubernetes.io/ingress.class: "nginx"
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
cert-manager.io/cluster-issuer: letsencrypt-staging # replace with letsencrypt-prod when stable
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: docs.siatel.ro
|
- host: docs.siatel.ro
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user