Sha256: e25ac3f8f3eea2842df78c01d3571ac3d5a1d46b965e63f3a432fcc69195b727

Contents?: true

Size: 1.62 KB

Versions: 13

Compression:

Stored size: 1.62 KB

Contents

# Test non-Fargate EKS
# clouds: AWS
---
appname: smoketest
vpcs:
- name: eksvpc
container_clusters: 
- name: eks
  flavor: EKS
  vpc:
    vpc_name: eksvpc
  instance_count: 3
  instance_type: t3.medium
  kubernetes_resources:
  - apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: nginx-deployment
    spec:
      selector:
        matchLabels:
          app: nginx
      replicas: 2
      template:
        metadata:
          labels:
            app: nginx
        spec:
          containers:
          - name: nginx
            image: nginx:1.8
            ports:
            - containerPort: 80  
  - apiVersion: v1
    data:
      .dockerconfigjson: eyJhdXRocyI6eyJodHRwczovL3JlZ2lzdHJ5LmdpdGxhYi5jb20iOnsidXNlcm5hbWUiOiJnaXRsYWIrZGVwbG95LXRva2VuLTg3OTgiLCJwYXNzd29yZCI6IkR1YzNUbThUQmJaWXlRRlZRNFJzIiwiZW1haWwiOiJqb2huLnN0YW5nZUBlZ2xvYmFsdGVjaC5jb20iLCJhdXRoIjoiWjJsMGJHRmlLMlJsY0d4dmVTMTBiMnRsYmkwNE56azRPa1IxWXpOVWJUaFVRbUphV1hsUlJsWlJORkp6In19fQ==
    kind: Secret
    metadata:
      name: gitlabpullsecret
      namespace: default
    type: kubernetes.io/dockerconfigjson
  - apiVersion: extensions/v1beta1
    kind: Deployment
    metadata:
      name: pdfgen-deployment
      labels:
        app: pdfgen
    spec:
      replicas: 2
      template:
        metadata:
          labels:
            app: pdfgen
        spec:
          imagePullSecrets:
          - name: gitlabpullsecret
          containers:
          - name: pdfgen
            image: registry.gitlab.com/flatworldknowledge/pdfgen:ak-add-secrets
            imagePullPolicy: Always
            ports:
            - name: http-port
              containerPort: 80

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
cloud-mu-3.6.10 modules/tests/eks.yaml
cloud-mu-3.6.9 modules/tests/eks.yaml
cloud-mu-3.6.8 modules/tests/eks.yaml
cloud-mu-3.6.7 modules/tests/eks.yaml
cloud-mu-3.6.5 modules/tests/eks.yaml
cloud-mu-3.6.4 modules/tests/eks.yaml
cloud-mu-3.6.3 modules/tests/eks.yaml
cloud-mu-3.5.1 modules/tests/eks.yaml
cloud-mu-3.5.0 modules/tests/eks.yaml
cloud-mu-3.4.0 modules/tests/eks.yaml
cloud-mu-3.3.2 modules/tests/eks.yaml
cloud-mu-3.3.1 modules/tests/eks.yaml
cloud-mu-3.3.0 modules/tests/eks.yaml