Switch back to heptio-ark for the server

Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
This commit is contained in:
Andy Goldstein
2018-03-14 17:32:36 -04:00
parent 74f60b1ee1
commit 1545406472
11 changed files with 30 additions and 33 deletions

View File

@@ -16,7 +16,7 @@
apiVersion: apps/v1beta1
kind: Deployment
metadata:
namespace: heptio-ark-server
namespace: heptio-ark
name: ark
spec:
replicas: 1
@@ -32,8 +32,6 @@ spec:
image: gcr.io/heptio-images/ark:latest
command:
- /ark
- --namespace
- heptio-ark
args:
- server
envFrom:

View File

@@ -93,18 +93,12 @@ kind: Namespace
metadata:
name: heptio-ark
---
apiVersion: v1
kind: Namespace
metadata:
name: heptio-ark-server
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: ark
namespace: heptio-ark-server
namespace: heptio-ark
labels:
component: ark
@@ -117,7 +111,7 @@ metadata:
component: ark
subjects:
- kind: ServiceAccount
namespace: heptio-ark-server
namespace: heptio-ark
name: ark
roleRef:
kind: ClusterRole

View File

@@ -16,7 +16,7 @@
apiVersion: apps/v1beta1
kind: Deployment
metadata:
namespace: heptio-ark-server
namespace: heptio-ark
name: ark
spec:
replicas: 1
@@ -34,8 +34,6 @@ spec:
- /ark
args:
- server
- --namespace
- heptio-ark
volumeMounts:
- name: cloud-credentials
mountPath: /credentials

View File

@@ -16,7 +16,7 @@
apiVersion: apps/v1beta1
kind: Deployment
metadata:
namespace: heptio-ark-server
namespace: heptio-ark
name: minio
labels:
component: minio
@@ -53,7 +53,7 @@ spec:
apiVersion: v1
kind: Service
metadata:
namespace: heptio-ark-server
namespace: heptio-ark
name: minio
labels:
component: minio
@@ -70,7 +70,7 @@ spec:
apiVersion: v1
kind: Secret
metadata:
namespace: heptio-ark-server
namespace: heptio-ark
name: cloud-credentials
labels:
component: minio
@@ -84,7 +84,7 @@ stringData:
apiVersion: batch/v1
kind: Job
metadata:
namespace: heptio-ark-server
namespace: heptio-ark
name: minio-setup
labels:
component: minio

View File

@@ -24,7 +24,7 @@ backupStorageProvider:
config:
region: minio
s3ForcePathStyle: "true"
s3Url: http://minio.heptio-ark-server.svc:9000
s3Url: http://minio.heptio-ark.svc:9000
backupSyncPeriod: 1m
gcSyncPeriod: 1m
scheduleSyncPeriod: 1m