fixie-wixie
This commit is contained in:
		@@ -14,7 +14,7 @@ type: application
 | 
			
		||||
 | 
			
		||||
# This is the chart version. This version number should be incremented each time you make changes
 | 
			
		||||
# to the chart and its templates, including the app version.
 | 
			
		||||
version: 0.1.3
 | 
			
		||||
version: 0.1.4
 | 
			
		||||
 | 
			
		||||
# This is the version number of the application being deployed. This version number should be
 | 
			
		||||
# incremented each time you make changes to the application.
 | 
			
		||||
 
 | 
			
		||||
@@ -5,18 +5,22 @@ metadata:
 | 
			
		||||
  name: controller-redis
 | 
			
		||||
spec:
 | 
			
		||||
  template:
 | 
			
		||||
    replicas: 1
 | 
			
		||||
    selector:
 | 
			
		||||
      matchLabels:
 | 
			
		||||
    metadata:
 | 
			
		||||
      labels:
 | 
			
		||||
        app: controller-redis
 | 
			
		||||
    template:
 | 
			
		||||
      metadata:
 | 
			
		||||
        labels:
 | 
			
		||||
    spec:
 | 
			
		||||
      replicas: 1
 | 
			
		||||
      selector:
 | 
			
		||||
        matchLabels:
 | 
			
		||||
          app: controller-redis
 | 
			
		||||
      spec:
 | 
			
		||||
        containers:
 | 
			
		||||
          - name: controller-redis
 | 
			
		||||
            image: redis
 | 
			
		||||
      template:
 | 
			
		||||
        metadata:
 | 
			
		||||
          labels:
 | 
			
		||||
            app: controller-redis
 | 
			
		||||
        spec:
 | 
			
		||||
          containers:
 | 
			
		||||
            - name: controller-redis
 | 
			
		||||
              image: redis
 | 
			
		||||
  placement:
 | 
			
		||||
    clusters:
 | 
			
		||||
    - name: cloud
 | 
			
		||||
@@ -29,13 +33,14 @@ metadata:
 | 
			
		||||
  name: controller-redis
 | 
			
		||||
spec:
 | 
			
		||||
  template:
 | 
			
		||||
    selector:
 | 
			
		||||
      app: controller-redis
 | 
			
		||||
    ports:
 | 
			
		||||
      - name: controller-redis
 | 
			
		||||
        protocol: TCP
 | 
			
		||||
        port: 6379
 | 
			
		||||
        targetPort: 6379
 | 
			
		||||
    spec:
 | 
			
		||||
      selector:
 | 
			
		||||
        app: controller-redis
 | 
			
		||||
      ports:
 | 
			
		||||
        - name: controller-redis
 | 
			
		||||
          protocol: TCP
 | 
			
		||||
          port: 6379
 | 
			
		||||
          targetPort: 6379
 | 
			
		||||
  placement:
 | 
			
		||||
    clusters:
 | 
			
		||||
    - name: cloud
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user