Skip to content

Commit a0b6cdd

Browse files
v4
1 parent 1ebf865 commit a0b6cdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rancher-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stages:
1414
- publishImageConfig:
1515
dockerfilePath: ./Dockerfile
1616
buildContext: .
17-
tag: example-helloserver:${CICD_EXECUTION_SEQUENCE}
17+
tag: go-server:${CICD_EXECUTION_SEQUENCE}
1818
- name: Deploy
1919
steps:
2020
- applyYamlConfig:

deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ apiVersion: extensions/v1beta1
4646
kind: Ingress
4747
metadata:
4848
namespace: go
49-
name: helloserver-ingress
49+
name: go-ingress
5050
annotations:
5151
allow.http: "false"
5252
spec:

0 commit comments

Comments
 (0)