about summary refs log tree commit diff
path: root/gogs/gogs-rc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'gogs/gogs-rc.yaml')
-rw-r--r--gogs/gogs-rc.yaml28
1 files changed, 0 insertions, 28 deletions
diff --git a/gogs/gogs-rc.yaml b/gogs/gogs-rc.yaml
deleted file mode 100644
index cf23de863cde..000000000000
--- a/gogs/gogs-rc.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-apiVersion: v1
-kind: ReplicationController
-metadata:
-  name: gogs
-spec:
-  replicas: 1
-  selector:
-    app: gogs
-  template:
-    metadata:
-      labels:
-        app: gogs
-    spec:
-      containers:
-        - image: gogs/gogs
-          imagePullPolicy: Always
-          name: gogs
-          ports:
-            - containerPort: 22
-            - containerPort: 3000
-          volumeMounts:
-            - name: gogs-storage
-              mountPath: /data
-      volumes:
-        - name: gogs-storage
-          gcePersistentDisk:
-            pdName: gogs-storage
-            fsType: ext4