Skip to content

Platformer YAML Bot App Sync 2021-08-17T10:21:03.562Z #9

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
50 changes: 50 additions & 0 deletions platformer/apps/test-2/development/deployment-test-2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
reloader.stakater.com/auto: "true"
labels:
app_environment_id: ecac1bc0-9a7f-46be-a73f-7144b111dff6
env_id: 837ba472-4c34-457a-847d-2983624e35e2
env_name: development
organization_id: de1ff33e-ae24-4890-9203-0c1b40f36be9
platformer_app_id: ecebb44f-c8e4-4bae-8679-40dcf1158ed8
platformer_app_name: test-2
platformer_component: rudder
platformer_system: "true"
project_id: ecd3b141-e623-4c94-b1f5-61fbb7e92540
name: test-2
namespace: development
spec:
replicas: 1
selector:
matchLabels:
app_environment_id: ecac1bc0-9a7f-46be-a73f-7144b111dff6
env_id: 837ba472-4c34-457a-847d-2983624e35e2
env_name: development
organization_id: de1ff33e-ae24-4890-9203-0c1b40f36be9
platformer_app_id: ecebb44f-c8e4-4bae-8679-40dcf1158ed8
platformer_app_name: test-2
platformer_component: rudder
platformer_system: "true"
project_id: ecd3b141-e623-4c94-b1f5-61fbb7e92540
strategy: {}
template:
metadata:
annotations:
platformer.com/reload-hash: 39e2b66a-fbe4-4f71-a75d-83ab15ef7b6b
labels:
app_environment_id: ecac1bc0-9a7f-46be-a73f-7144b111dff6
env_id: 837ba472-4c34-457a-847d-2983624e35e2
env_name: development
organization_id: de1ff33e-ae24-4890-9203-0c1b40f36be9
platformer_app_id: ecebb44f-c8e4-4bae-8679-40dcf1158ed8
platformer_app_name: test-2
platformer_component: rudder
platformer_system: "true"
project_id: ecd3b141-e623-4c94-b1f5-61fbb7e92540
spec:
imagePullSecrets:
- name: reg-test-2-3192360657
restartPolicy: Always
terminationGracePeriodSeconds: 60
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
annotations: null
labels:
app_environment_id: ecac1bc0-9a7f-46be-a73f-7144b111dff6
env_id: 837ba472-4c34-457a-847d-2983624e35e2
env_name: development
hpa_id: 9d0a4a0f-b42e-431d-8aa8-24a747ea9618
organization_id: de1ff33e-ae24-4890-9203-0c1b40f36be9
platformer_app_id: ecebb44f-c8e4-4bae-8679-40dcf1158ed8
platformer_app_name: test-2
platformer_component: rudder
platformer_system: "true"
project_id: ecd3b141-e623-4c94-b1f5-61fbb7e92540
name: test-2
namespace: development
spec:
maxReplicas: 1
minReplicas: 1
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: test-2
32 changes: 32 additions & 0 deletions platformer/apps/test-2/development/service-test-2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
apiVersion: v1
kind: Service
metadata:
annotations: {}
labels:
app_environment_id: ecac1bc0-9a7f-46be-a73f-7144b111dff6
env_id: 837ba472-4c34-457a-847d-2983624e35e2
env_name: development
organization_id: de1ff33e-ae24-4890-9203-0c1b40f36be9
platformer_app_id: ecebb44f-c8e4-4bae-8679-40dcf1158ed8
platformer_app_name: test-2
platformer_component: rudder
platformer_system: "true"
project_id: ecd3b141-e623-4c94-b1f5-61fbb7e92540
name: test-2
namespace: development
spec:
ports:
- name: port-8080
port: 8080
targetPort: 8080
selector:
app_environment_id: ecac1bc0-9a7f-46be-a73f-7144b111dff6
env_id: 837ba472-4c34-457a-847d-2983624e35e2
env_name: development
organization_id: de1ff33e-ae24-4890-9203-0c1b40f36be9
platformer_app_id: ecebb44f-c8e4-4bae-8679-40dcf1158ed8
platformer_app_name: test-2
platformer_component: rudder
platformer_system: "true"
project_id: ecd3b141-e623-4c94-b1f5-61fbb7e92540
type: ClusterIP