Merged in feature/common-images (pull request #51)
common images * common images resolve commit with --rebase * Remove bitbucket-pipelines.yml.orig Approved-by: Rachit Bhargava
This commit is contained in:
committed by
Rachit Bhargava
parent
4783d97a46
commit
53b1c63251
49
backups/mysql-medicalalertweb.yaml
Normal file
49
backups/mysql-medicalalertweb.yaml
Normal file
@@ -0,0 +1,49 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
deployment.kubernetes.io/revision: "1"
|
||||
generation: 1
|
||||
labels:
|
||||
role: db-ca
|
||||
type: rds-mysql-ca
|
||||
name: mysql-medicalalert
|
||||
namespace: caresage-exec
|
||||
spec:
|
||||
progressDeadlineSeconds: 600
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 10
|
||||
selector:
|
||||
matchLabels:
|
||||
role: db-ca
|
||||
type: rds-mysql-ca
|
||||
strategy:
|
||||
rollingUpdate:
|
||||
maxSurge: 25%
|
||||
maxUnavailable: 25%
|
||||
type: RollingUpdate
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
role: db-ca
|
||||
type: rds-mysql-ca
|
||||
spec:
|
||||
containers:
|
||||
- args:
|
||||
- tcp-listen:3306,fork,reuseaddr
|
||||
- tcp-connect:dev-medicalalert-ecommerce.c5om7w6xopq1.us-east-1.rds.amazonaws.com:3306
|
||||
image: alpine/socat
|
||||
imagePullPolicy: Always
|
||||
name: mysql-100plus
|
||||
ports:
|
||||
- containerPort: 3306
|
||||
protocol: TCP
|
||||
resources: {}
|
||||
terminationMessagePath: /dev/termination-log
|
||||
terminationMessagePolicy: File
|
||||
dnsPolicy: ClusterFirst
|
||||
restartPolicy: Always
|
||||
schedulerName: default-scheduler
|
||||
securityContext: {}
|
||||
terminationGracePeriodSeconds: 30
|
||||
Reference in New Issue
Block a user