Skip to content
Snippets Groups Projects
Verified Commit 815e1745 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix zulip kustomization health check

parent 43efef0e
No related branches found
No related tags found
No related merge requests found
......@@ -22,23 +22,23 @@ spec:
namespace: stackspin-apps
- apiVersion: apps/v1
kind: Deployment
name: zulip-zulip
name: zulip-memcached
namespace: stackspin-apps
- apiVersion: apps/v1
kind: Deployment
name: zulip-postgresql
kind: StatefulSet
name: zulip
namespace: stackspin-apps
- apiVersion: apps/v1
kind: Deployment
name: zulip-redis
kind: StatefulSet
name: zulip-postgresql
namespace: stackspin-apps
- apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
name: zulip-rabbitmq
namespace: stackspin-apps
- apiVersion: apps/v1
kind: Deployment
name: zulip-memcached
kind: StatefulSet
name: zulip-redis-master
namespace: stackspin-apps
postBuild:
substituteFrom:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment