From dd1d1d5143237164783ff7237c594b081ba8a55a Mon Sep 17 00:00:00 2001 From: victorc Date: Fri, 4 Oct 2024 12:47:43 +0000 Subject: [PATCH] added some comments --- full-spec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/full-spec.yaml b/full-spec.yaml index e78d876..f7aec80 100644 --- a/full-spec.yaml +++ b/full-spec.yaml @@ -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