Skip to content

Commit

Permalink
regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Nov 1, 2023
1 parent 0e8c956 commit 5c8d5a6
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 47 deletions.
14 changes: 14 additions & 0 deletions smoketest/k8s/compose-default-networkpolicy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
creationTimestamp: null
name: compose-default
spec:
ingress:
- from:
- podSelector:
matchLabels:
io.kompose.network/compose-default: "true"
podSelector:
matchLabels:
io.kompose.network/compose-default: "true"
5 changes: 0 additions & 5 deletions smoketest/k8s/cryostat-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ metadata:
labels:
io.kompose.service: cryostat
name: cryostat
namespace: default
spec:
replicas: 1
selector:
Expand Down Expand Up @@ -79,11 +78,7 @@ spec:
name: cryostat
ports:
- containerPort: 8181
hostPort: 8181
protocol: TCP
- containerPort: 9091
hostPort: 9091
protocol: TCP
resources: {}
securityContext:
runAsUser: 0
Expand Down
1 change: 0 additions & 1 deletion smoketest/k8s/cryostat-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ metadata:
labels:
io.kompose.service: cryostat
name: cryostat
namespace: default
spec:
rules:
- host: cryostat3
Expand Down
1 change: 0 additions & 1 deletion smoketest/k8s/cryostat-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ metadata:
labels:
io.kompose.service: cryostat
name: cryostat
namespace: default
spec:
ports:
- name: "8181"
Expand Down
19 changes: 6 additions & 13 deletions smoketest/k8s/db-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
labels:
io.kompose.service: db
name: db
namespace: default
spec:
replicas: 1
selector:
Expand All @@ -21,18 +20,14 @@ spec:
io.kompose.service: db
spec:
containers:
- args:
- postgres
- -c
- encrypt.key=REPLACEME
command:
- /usr/local/bin/docker-entrypoint.sh
env:
- env:
- name: PG_ENCRYPT_KEY
value: REPLACEME
- name: POSTGRES_PASSWORD
- name: POSTGRESQL_DATABASE
value: cryostat3
- name: POSTGRES_USER
- name: POSTGRESQL_PASSWORD
value: cryostat3
- name: POSTGRESQL_USER
value: cryostat3
image: quay.io/cryostat/cryostat-db:latest
livenessProbe:
Expand All @@ -46,11 +41,9 @@ spec:
name: db
ports:
- containerPort: 5432
hostPort: 5432
protocol: TCP
resources: {}
volumeMounts:
- mountPath: /var/lib/postgresql/data
- mountPath: /var/lib/pgsql/data
name: postgresql
hostname: db
restartPolicy: Always
Expand Down
1 change: 0 additions & 1 deletion smoketest/k8s/db-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
labels:
io.kompose.service: db
name: db
namespace: default
spec:
ports:
- name: "5432"
Expand Down
3 changes: 0 additions & 3 deletions smoketest/k8s/db-viewer-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
labels:
io.kompose.service: db-viewer
name: db-viewer
namespace: default
spec:
replicas: 1
selector:
Expand Down Expand Up @@ -44,8 +43,6 @@ spec:
name: db-viewer
ports:
- containerPort: 8989
hostPort: 8989
protocol: TCP
resources: {}
volumeMounts:
- mountPath: /var/lib/pgadmin
Expand Down
1 change: 0 additions & 1 deletion smoketest/k8s/db-viewer-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
labels:
io.kompose.service: db-viewer
name: db-viewer
namespace: default
spec:
rules:
- host: pgadmin
Expand Down
1 change: 0 additions & 1 deletion smoketest/k8s/db-viewer-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
labels:
io.kompose.service: db-viewer
name: db-viewer
namespace: default
spec:
ports:
- name: "8989"
Expand Down
1 change: 0 additions & 1 deletion smoketest/k8s/minio-certs-persistentvolumeclaim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
labels:
io.kompose.service: minio-certs
name: minio-certs
namespace: default
spec:
accessModes:
- ReadWriteOnce
Expand Down
1 change: 0 additions & 1 deletion smoketest/k8s/minio-data-persistentvolumeclaim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
labels:
io.kompose.service: minio-data
name: minio-data
namespace: default
spec:
accessModes:
- ReadWriteOnce
Expand Down
1 change: 0 additions & 1 deletion smoketest/k8s/pgadmin-persistentvolumeclaim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
labels:
io.kompose.service: pgadmin
name: pgadmin
namespace: default
spec:
accessModes:
- ReadWriteOnce
Expand Down
1 change: 0 additions & 1 deletion smoketest/k8s/postgresql-persistentvolumeclaim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
labels:
io.kompose.service: postgresql
name: postgresql
namespace: default
spec:
accessModes:
- ReadWriteOnce
Expand Down
5 changes: 0 additions & 5 deletions smoketest/k8s/quarkus-test-agent-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
labels:
io.kompose.service: quarkus-test-agent
name: quarkus-test-agent
namespace: default
spec:
replicas: 1
selector:
Expand Down Expand Up @@ -63,11 +62,7 @@ spec:
name: quarkus-test-agent
ports:
- containerPort: 9977
hostPort: 9977
protocol: TCP
- containerPort: 10010
hostPort: 10010
protocol: TCP
resources: {}
hostname: quarkus-test-agent
restartPolicy: Always
Expand Down
1 change: 0 additions & 1 deletion smoketest/k8s/quarkus-test-agent-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
labels:
io.kompose.service: quarkus-test-agent
name: quarkus-test-agent
namespace: default
spec:
ports:
- name: "9977"
Expand Down
5 changes: 0 additions & 5 deletions smoketest/k8s/s3-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
labels:
io.kompose.service: s3
name: s3
namespace: default
spec:
replicas: 1
selector:
Expand Down Expand Up @@ -49,11 +48,7 @@ spec:
name: s3
ports:
- containerPort: 9001
hostPort: 9001
protocol: TCP
- containerPort: 9000
hostPort: 9000
protocol: TCP
resources: {}
volumeMounts:
- mountPath: /data
Expand Down
1 change: 0 additions & 1 deletion smoketest/k8s/s3-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
labels:
io.kompose.service: s3
name: s3
namespace: default
spec:
rules:
- host: minio
Expand Down
1 change: 0 additions & 1 deletion smoketest/k8s/s3-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
labels:
io.kompose.service: s3
name: s3
namespace: default
spec:
ports:
- name: "9001"
Expand Down
3 changes: 0 additions & 3 deletions smoketest/k8s/sample-app-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ metadata:
labels:
io.kompose.service: sample-app
name: sample-app
namespace: default
spec:
replicas: 1
selector:
Expand Down Expand Up @@ -63,8 +62,6 @@ spec:
name: sample-app
ports:
- containerPort: 8081
hostPort: 8081
protocol: TCP
resources: {}
hostname: vertx-fib-demo-1
restartPolicy: Always
Expand Down
1 change: 0 additions & 1 deletion smoketest/k8s/sample-app-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ metadata:
labels:
io.kompose.service: sample-app
name: sample-app
namespace: default
spec:
ports:
- name: "8081"
Expand Down

0 comments on commit 5c8d5a6

Please sign in to comment.