Skip to content
Open
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
10 changes: 6 additions & 4 deletions blue-green/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
replicaCount: 1

image:
repository: quay.io/argoprojlabs/argocd-e2e-container
tag: 0.1
repository: gcr.io/google-samples/gb-frontend
tag: v5
pullPolicy: IfNotPresent

service:
Expand All @@ -15,7 +15,8 @@ service:

ingress:
enabled: false
annotations: {}
annotations:
{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
path: /
Expand All @@ -26,7 +27,8 @@ ingress:
# hosts:
# - chart-example.local

resources: {}
resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down
8 changes: 4 additions & 4 deletions guestbook/guestbook-ui-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
app: guestbook-ui
spec:
containers:
- image: quay.io/argoprojlabs/argocd-e2e-container:0.2
name: guestbook-ui
ports:
- containerPort: 80
- image: gcr.io/google-samples/gb-frontend:v5
name: guestbook-ui
ports:
- containerPort: 80
10 changes: 6 additions & 4 deletions helm-guestbook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
replicaCount: 1

image:
repository: quay.io/argoprojlabs/argocd-e2e-container
tag: 0.1
repository: gcr.io/google-samples/gb-frontend
tag: v5
pullPolicy: IfNotPresent

containerPort: 80
Expand All @@ -17,7 +17,8 @@ service:

ingress:
enabled: false
annotations: {}
annotations:
{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
path: /
Expand All @@ -28,7 +29,8 @@ ingress:
# hosts:
# - chart-example.local

resources: {}
resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down
6 changes: 3 additions & 3 deletions jsonnet-guestbook-tla/guestbook-ui.jsonnet
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
function (
containerPort=80,
image="quay.io/argoprojlabs/argocd-e2e-container:0.2",
containerPort=80,
image="gcr.io/google-samples/gb-frontend:v5",
name="jsonnet-guestbook-ui",
replicas=1,
servicePort=80,
servicePort=80,
type="LoadBalancer"
)
[
Expand Down
2 changes: 1 addition & 1 deletion jsonnet-guestbook/params.libsonnet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
containerPort: 80,
image: "quay.io/argoprojlabs/argocd-e2e-container:0.2",
image: "gcr.io/google-samples/gb-frontend:v5",
name: "jsonnet-guestbook-ui",
replicas: 1,
servicePort: 80,
Expand Down
8 changes: 4 additions & 4 deletions kustomize-guestbook/guestbook-ui-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
app: guestbook-ui
spec:
containers:
- image: quay.io/argoprojlabs/argocd-e2e-container:0.1
name: guestbook-ui
ports:
- containerPort: 80
- image: gcr.io/google-samples/gb-frontend:v5
name: guestbook-ui
ports:
- containerPort: 80
2 changes: 1 addition & 1 deletion plugins/kustomized-helm/overlays/guestbook-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ spec:
spec:
containers:
- name: helm-guestbook
image: "quay.io/argoprojlabs/argocd-e2e-container:0.2"
image: 'gcr.io/google-samples/gb-frontend:v5'
2 changes: 1 addition & 1 deletion sock-shop/base/carts-db-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ spec:
emptyDir:
medium: Memory
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
2 changes: 1 addition & 1 deletion sock-shop/base/carts-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ spec:
emptyDir:
medium: Memory
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
2 changes: 1 addition & 1 deletion sock-shop/base/catalogue-db-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spec:
- name: mysql
containerPort: 3306
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
2 changes: 1 addition & 1 deletion sock-shop/base/catalogue-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ spec:
initialDelaySeconds: 180
periodSeconds: 3
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
2 changes: 1 addition & 1 deletion sock-shop/base/front-end-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ spec:
initialDelaySeconds: 30
periodSeconds: 3
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
4 changes: 2 additions & 2 deletions sock-shop/base/front-end-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
labels:
name: front-end
annotations:
ingress.kubernetes.io/proxy-body-size: 100M
ingress.kubernetes.io/app-root: '/'
nginx.ingress.kubernetes.io/proxy-body-size: 100M
nginx.ingress.kubernetes.io/app-root: '/'
spec:
ingressClassName: nginx
rules:
Expand Down
2 changes: 1 addition & 1 deletion sock-shop/base/orders-db-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ spec:
emptyDir:
medium: Memory
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
2 changes: 1 addition & 1 deletion sock-shop/base/orders-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ spec:
emptyDir:
medium: Memory
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
2 changes: 1 addition & 1 deletion sock-shop/base/payment-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ spec:
initialDelaySeconds: 180
periodSeconds: 3
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
2 changes: 1 addition & 1 deletion sock-shop/base/queue-master-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ spec:
initialDelaySeconds: 180
periodSeconds: 3
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
2 changes: 1 addition & 1 deletion sock-shop/base/rabbitmq-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ spec:
- containerPort: 9090
name: exporter
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
2 changes: 1 addition & 1 deletion sock-shop/base/session-db-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ spec:
- SETUID
readOnlyRootFilesystem: true
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
2 changes: 1 addition & 1 deletion sock-shop/base/shipping-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ spec:
emptyDir:
medium: Memory
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
2 changes: 1 addition & 1 deletion sock-shop/base/user-db-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ spec:
emptyDir:
medium: Memory
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux
2 changes: 1 addition & 1 deletion sock-shop/base/user-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ spec:
initialDelaySeconds: 180
periodSeconds: 3
nodeSelector:
beta.kubernetes.io/os: linux
kubernetes.io/os: linux