added some comments
This commit is contained in:
parent
609b362dc3
commit
dd1d1d5143
@ -54,7 +54,7 @@ spec:
|
||||
- containerPort: 80
|
||||
volumeMounts:
|
||||
- name: webfiles
|
||||
mountPath: /usr/local/apache2/htdocs
|
||||
mountPath: /usr/local/apache2/htdocs # path in the container
|
||||
volumes:
|
||||
- name: webfiles
|
||||
persistentVolumeClaim:
|
||||
@ -81,7 +81,7 @@ metadata:
|
||||
namespace: docs-siatel-ro
|
||||
annotations:
|
||||
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:
|
||||
rules:
|
||||
- host: docs.siatel.ro
|
||||
|
||||
Loading…
Reference in New Issue
Block a user