Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hyagi committed Dec 23, 2024
1 parent 2006d36 commit e03fb48
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion config/samples/ldap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ metadata:
spec:
image: localhost/pulp-minimal
image_version: stable
image_web_version: stable
image_web_version: 3.63.4
inhibit_version_constraint: true
ldap:
config: pulp-ldap-secret
api:
Expand Down
3 changes: 2 additions & 1 deletion config/samples/simple-external-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ spec:
external_db_secret: external-database

image_version: stable
image_web_version: stable
image_web_version: 3.63.4
inhibit_version_constraint: true
api:
replicas: 1
content:
Expand Down
3 changes: 2 additions & 1 deletion config/samples/simple-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ spec:
enabled: true
deployment_type: pulp
image_version: stable
image_web_version: stable
image_web_version: 3.63.4
inhibit_version_constraint: true
api:
replicas: 1
content:
Expand Down
3 changes: 2 additions & 1 deletion config/samples/simple-with-reduced-migration-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ spec:
enabled: true
deployment_type: pulp
image_version: stable
image_web_version: stable
image_web_version: 3.63.4
inhibit_version_constraint: true
api:
replicas: 1
content:
Expand Down
3 changes: 2 additions & 1 deletion config/samples/simple.ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ metadata:
spec:
deployment_type: pulp
image_version: stable
image_web_version: stable
image_web_version: 3.63.4
inhibit_version_constraint: true
# affinity:
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
Expand Down
3 changes: 2 additions & 1 deletion config/samples/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ metadata:
spec:
deployment_type: pulp
image_version: stable
image_web_version: stable
image_web_version: 3.63.4
inhibit_version_constraint: true
# affinity:
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
Expand Down
3 changes: 2 additions & 1 deletion config/samples/telemetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ spec:
telemetry:
enabled: true
image_version: stable
image_web_version: stable
image_web_version: 3.63.4
inhibit_version_constraint: true
api:
replicas: 1
content:
Expand Down

0 comments on commit e03fb48

Please sign in to comment.