Skip to content

Commit

Permalink
graph
Browse files Browse the repository at this point in the history
  • Loading branch information
briansunter committed Jun 16, 2024
1 parent c201ea3 commit ace9ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
[
"--dockerfile=Dockerfile",
"--context=git://github.com/briansunter/graph.git#refs/heads/kube",
"--destination=harbor.bsunter.net/graph:latest",
"--destination=harbor.bsunter.net/graph/site:latest",
"--insecure",
]
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion manifests/nginx-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: nginx
image: harbor.bsunter.net/graph:latest
image: harbor.bsunter.net/graph/site:latest
volumeMounts:
- name: dist
mountPath: /usr/share/nginx/html
Expand Down

0 comments on commit ace9ced

Please sign in to comment.