@@ -22,7 +22,7 @@ spec:
annotations:
dapr.io/enabled: "true"
dapr.io/app-id: {{.repo_name}}
- dapr.io/app-port: "8080"
+ dapr.io/app-port: "80"
spec:
imagePullSecrets:
- name: harbor-registry-secret
@@ -45,8 +45,8 @@ spec:
type: NodePort
ports:
- protocol: TCP
- port: 8080
- targetPort: 8080
+ port: 80
+ targetPort: 80
nodePort: 30016
---