added some comments

This commit is contained in:
victorc 2024-10-04 12:47:43 +00:00
parent 609b362dc3
commit dd1d1d5143

View File

@ -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