Skip to content

Commit

Permalink
fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed May 16, 2024
1 parent 4c97c41 commit 76326ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .k8s/base/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: louper
spec:
containers:
- name: louper-container-staging
- name: louper-container
image: mark3labs/louper-web:latest
volumeMounts:
- mountPath: '/app/data'
Expand Down
2 changes: 1 addition & 1 deletion .k8s/prod/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
project: default
source:
repoURL: 'https://github.com/mark3labs/louper-v3.git'
path: .k8s/staging
path: .k8s/prod
targetRevision: master
destination:
server: 'https://kubernetes.default.svc'
Expand Down

0 comments on commit 76326ca

Please # to comment.