Skip to content

Commit

Permalink
Merge pull request #104 from norcalipa/noraclipa/refactoring-actions-10
Browse files Browse the repository at this point in the history
fixing deployment.yml env vars
  • Loading branch information
norcalipa authored Apr 5, 2024
2 parents 721e4ff + 4d739c7 commit 4b76173
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
labels:
app.kubernetes.io/name: crank
app.kubernetes.io/instance: crank
app.kubernetes.io/version: $(GITHUB_SHA)
app.kubernetes.io/version: $GITHUB_SHA

spec:
replicas: 1
Expand All @@ -30,7 +30,7 @@ spec:
spec:
containers:
- name: crank-container
image: ghcr.io/norcalipa/crank/crank:$(GITHUB_SHA)
image: ghcr.io/norcalipa/crank/crank:$GITHUB_SHA
ports:
- name: http
containerPort: 8080
Expand Down Expand Up @@ -62,7 +62,7 @@ metadata:
labels:
app.kubernetes.io/name: crank
app.kubernetes.io/instance: crank
app.kubernetes.io/version: $(GITHUB_SHA)
app.kubernetes.io/version: $GITHUB_SHA
spec:
type: NodePort
ports:
Expand Down

0 comments on commit 4b76173

Please sign in to comment.