diff --git a/Dockerfile b/Dockerfile index 2a83470..4d0deb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,8 @@ RUN hugo -b https://rene.jochums.at -v -t persona # Copy to a nginx container FROM nginx:1.17-alpine +LABEL maintainer="René Jochum " + COPY docker/nginx/nginx.conf /etc/nginx/ COPY docker/nginx/default.conf /etc/nginx/conf.d/ diff --git a/deployment.yaml b/deployment.yaml index 6d1159b..adf2231 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -27,7 +27,7 @@ items: container: nginx spec: containers: - - image: registry.dev.wmk8s.com/pcdummy/renejochumsat:latest + - image: registry.wmk8s.com/rene.jochums.at/homepage:latest imagePullPolicy: Always name: nginx resources: {}