]> piware.de Git - learn-metrics.git/blobdiff - learn-metrics.yaml
Move to different nginx container
[learn-metrics.git] / learn-metrics.yaml
index 3d6c678c4e75a0bacf92f7dcd7112c646119d788..8bde4458aa2e0fe20970d8af94672ecc791ceafe 100644 (file)
@@ -36,11 +36,15 @@ spec:
         mountPath: /etc/prometheus
         readOnly: true
 
         mountPath: /etc/prometheus
         readOnly: true
 
-  - image: quay.io/bitnami/nginx
+  - image: quay.io/jitesoft/nginx
     name: httpd
     name: httpd
+    ports:
+    - containerPort: 80
+      hostPort: 3002
+      protocol: TCP
     volumeMounts:
     - name: http
     volumeMounts:
     - name: http
-      mountPath: /app
+      mountPath: /usr/local/nginx/html
       readOnly: true
 
   volumes:
       readOnly: true
 
   volumes: