Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wego ab4a4570999c4b60a8f2466fae27e480 #1

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .wego/apps/podinfo-deploy/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
apiVersion: wego.weave.works/v1alpha1
kind: Application
metadata:
name: podinfo-deploy
namespace: wego-system
labels:
weave-gitops.weave.works/app-identifier: wego-ab4a4570999c4b60a8f2466fae27e480
spec:
path: ./
url: ssh://[email protected]/davidstauffer/podinfo-deploy.git
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: podinfo-deploy
namespace: wego-system
spec:
interval: 1m0s
path: ./
prune: true
sourceRef:
kind: GitRepository
name: podinfo-deploy
validation: client

2 changes: 1 addition & 1 deletion frontend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- --random-error=false
env:
- name: PODINFO_UI_COLOR
value: "#34577c"
value: "#888888"
livenessProbe:
exec:
command:
Expand Down