initial commit (#71)
This commit is contained in:
90
deploy-k8s/workspaces/ben.yaml
Normal file
90
deploy-k8s/workspaces/ben.yaml
Normal file
@@ -0,0 +1,90 @@
|
||||
replicaCount: 1
|
||||
|
||||
hostnameOverride: "ben-dev"
|
||||
|
||||
image:
|
||||
repository: bencdr/dev-env-devops
|
||||
tag: "latest"
|
||||
pullPolicy: Always
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 2000m
|
||||
memory: 8000Mi
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 1000Mi
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
accessMode: ReadWriteOnce
|
||||
size: 10Gi
|
||||
annotations: {}
|
||||
|
||||
extraContainers: |
|
||||
- name: docker-dind
|
||||
image: docker:20.10-dind
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 256M
|
||||
securityContext:
|
||||
privileged: true
|
||||
procMount: Default
|
||||
env:
|
||||
- name: DOCKER_TLS_CERTDIR
|
||||
value: ""
|
||||
- name: DOCKER_DRIVER
|
||||
value: "overlay2"
|
||||
|
||||
volumePermissions:
|
||||
enabled: true
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
|
||||
securityContext:
|
||||
enabled: true
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
port: 8080
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
#annotations:
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
#hosts:
|
||||
# - host: code-server.example.loc
|
||||
# paths:
|
||||
# - /
|
||||
|
||||
#tls:
|
||||
# - secretName: code-server
|
||||
# hosts:
|
||||
# - code-server.example.loc
|
||||
|
||||
extraArgs: []
|
||||
extraVars:
|
||||
- name: DOCKER_HOST
|
||||
value: tcp://localhost:2375
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
extraSecretMounts: []
|
||||
|
||||
extraVolumeMounts: []
|
||||
|
||||
hostPath: ""
|
||||
|
||||
extraConfigmapMounts: []
|
||||
|
||||
serviceAccount:
|
||||
create: false
|
||||
70
deploy-k8s/workspaces/jordan.yaml
Normal file
70
deploy-k8s/workspaces/jordan.yaml
Normal file
@@ -0,0 +1,70 @@
|
||||
replicaCount: 1
|
||||
|
||||
hostnameOverride: "jordan-dev"
|
||||
|
||||
image:
|
||||
repository: bencdr/dev-env-frontend
|
||||
tag: "latest"
|
||||
pullPolicy: Always
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 4000m
|
||||
memory: 8000Mi
|
||||
requests:
|
||||
cpu: 1000m
|
||||
memory: 2000Mi
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
accessMode: ReadWriteOnce
|
||||
size: 10Gi
|
||||
annotations: {}
|
||||
|
||||
volumePermissions:
|
||||
enabled: true
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
|
||||
securityContext:
|
||||
enabled: true
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
port: 8083
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
#annotations:
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
#hosts:
|
||||
# - host: code-server.example.loc
|
||||
# paths:
|
||||
# - /
|
||||
|
||||
#tls:
|
||||
# - secretName: code-server
|
||||
# hosts:
|
||||
# - code-server.example.loc
|
||||
|
||||
extraArgs: []
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
extraSecretMounts: []
|
||||
|
||||
extraVolumeMounts: []
|
||||
|
||||
hostPath: ""
|
||||
|
||||
extraConfigmapMounts: []
|
||||
|
||||
serviceAccount:
|
||||
create: false
|
||||
70
deploy-k8s/workspaces/maria.yaml
Normal file
70
deploy-k8s/workspaces/maria.yaml
Normal file
@@ -0,0 +1,70 @@
|
||||
replicaCount: 1
|
||||
|
||||
hostnameOverride: "maria-dev"
|
||||
|
||||
image:
|
||||
repository: bencdr/dev-env-frontend
|
||||
tag: "latest"
|
||||
pullPolicy: Always
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 4000m
|
||||
memory: 8000Mi
|
||||
requests:
|
||||
cpu: 1000m
|
||||
memory: 2000Mi
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
accessMode: ReadWriteOnce
|
||||
size: 10Gi
|
||||
annotations: {}
|
||||
|
||||
volumePermissions:
|
||||
enabled: true
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
|
||||
securityContext:
|
||||
enabled: true
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
port: 8081
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
#annotations:
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
#hosts:
|
||||
# - host: code-server.example.loc
|
||||
# paths:
|
||||
# - /
|
||||
|
||||
#tls:
|
||||
# - secretName: code-server
|
||||
# hosts:
|
||||
# - code-server.example.loc
|
||||
|
||||
extraArgs: []
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
extraSecretMounts: []
|
||||
|
||||
extraVolumeMounts: []
|
||||
|
||||
hostPath: ""
|
||||
|
||||
extraConfigmapMounts: []
|
||||
|
||||
serviceAccount:
|
||||
create: false
|
||||
31
deploy-k8s/workspaces/skyler.yaml
Normal file
31
deploy-k8s/workspaces/skyler.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
replicaCount: 1
|
||||
|
||||
hostnameOverride: "skyler-dev"
|
||||
|
||||
image:
|
||||
repository: bencdr/dev-env-frontend
|
||||
tag: "latest"
|
||||
pullPolicy: Always
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 4000m
|
||||
memory: 8000Mi
|
||||
requests:
|
||||
cpu: 1000m
|
||||
memory: 2000Mi
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
accessMode: ReadWriteOnce
|
||||
size: 10Gi
|
||||
annotations: {}
|
||||
|
||||
volumePermissions:
|
||||
enabled: true
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
port: 8082
|
||||
Reference in New Issue
Block a user