Skip to content

Update Dockerfile to expose port 8443 instead of 8090#36

Merged
niraj8 merged 1 commit intomainfrom
demo-argocd-dev
Feb 6, 2024
Merged

Update Dockerfile to expose port 8443 instead of 8090#36
niraj8 merged 1 commit intomainfrom
demo-argocd-dev

Conversation

@niraj8
Copy link
Copy Markdown

@niraj8 niraj8 commented Feb 6, 2024

No description provided.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 6, 2024

AppCD AppStack: http://demo.dev.appcd.io/appstacks/DogeAPI/

IaC Diff:

index df3d6b8..9b52023 100644
--- a/deployment_files/.appcd/charts/dogeapi/values.yaml
+++ b/deployment_files/.appcd/charts/dogeapi/values.yaml
@@ -27,8 +27,8 @@ securityContext:
         type: RuntimeDefault
 service:
     type: ClusterIP
-    port: 8090
-    targetPort: 8090
+    port: 8443
+    targetPort: 8443
     protocol: TCP
     name: http
 ingress:

@niraj8 niraj8 merged commit b5f9e07 into main Feb 6, 2024
@niraj8 niraj8 deleted the demo-argocd-dev branch February 6, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant