Skip to content

[FEAT] Implement part3 - #5

Open
LeaYeh wants to merge 8 commits into
mainfrom
lea/p3
Open

[FEAT] Implement part3#5
LeaYeh wants to merge 8 commits into
mainfrom
lea/p3

Conversation

@LeaYeh

@LeaYeh LeaYeh commented Oct 12, 2025

Copy link
Copy Markdown
Contributor

how to test:

# Install docker in the host VM
./scripts/setup_host.sh

cd p3
make

On the console output you can find the argocd & app URL, and the admin password
image

After login as admin you can see the application:
image

To visit the app website by http but not https:
image

To change the dev/kustomization.yaml and git commit && git push, you should see the app website should change:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
  - deployment.yaml
  - service.yaml
images:
  - name: wil42/playground
    newTag: v1

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.

2 participants