Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
briansunter committed Jun 16, 2024
1 parent 03211a0 commit 491c54c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions manifests/nginx-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,14 @@ spec:
spec:
containers:
- name: nginx
image: harbor.briansunter.com/test/echo-server:latest
image: harbor.bsunter.net/graph/site:latest
volumeMounts:
- name: dist
mountPath: /usr/share/nginx/html
- name: kaniko-secret
mountPath: /kaniko/.docker
securityContext:
privileged: true
env:
- name: DOCKER_INSECURE_REGISTRIES
value: "harbor.briansunter.com"
restartPolicy: Always
volumes:
- name: dist
Expand Down

0 comments on commit 491c54c

Please sign in to comment.