Skip to content

Instantly share code, notes, and snippets.

@dniel
Created May 28, 2019 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dniel/90e50a6f8edf70cc3dcdd3763d148c66 to your computer and use it in GitHub Desktop.
Save dniel/90e50a6f8edf70cc3dcdd3763d148c66 to your computer and use it in GitHub Desktop.
{
"appConfig": {},
"expectedArtifacts": [
{
"defaultArtifact": {
"kind": "custom"
},
"displayName": "index.docker.io/dniel/forwardauth",
"id": "1bbe4929-b3c6-4d39-9d23-1bddf7e10d69",
"matchArtifact": {
"kind": "docker",
"name": "index.docker.io/dniel/forwardauth",
"type": "docker/image"
},
"useDefaultArtifact": false,
"usePriorExecution": false
},
{
"defaultArtifact": {
"kind": "default.github",
"name": "forwardauth.yaml",
"reference": "https://api.github.com/repos/dniel/manifests/contents/forwardauth.yaml",
"type": "github/file"
},
"displayName": "forwardauth.yaml",
"id": "3dac80b6-0701-4ecc-82c7-dc0b1e7ae13f",
"matchArtifact": {
"kind": "github",
"name": "forwardauth.yaml",
"type": "github/file"
},
"useDefaultArtifact": true,
"usePriorExecution": false
}
],
"keepWaitingPipelines": false,
"lastModifiedBy": "anonymous",
"limitConcurrent": true,
"notifications": [
{
"address": "general",
"level": "pipeline",
"type": "slack",
"when": [
"pipeline.starting",
"pipeline.complete"
]
}
],
"parameterConfig": [],
"stages": [
{
"account": "spin-intra",
"cloudProvider": "kubernetes",
"manifestArtifactAccount": "github-artifact-account",
"manifestArtifactId": "3dac80b6-0701-4ecc-82c7-dc0b1e7ae13f",
"moniker": {
"app": "blogr"
},
"name": "Deploy Intra",
"notifications": [
{
"address": "general",
"level": "stage",
"type": "slack",
"when": [
"stage.complete"
]
}
],
"refId": "2",
"relationships": {
"loadBalancers": [],
"securityGroups": []
},
"requiredArtifactIds": [
"1bbe4929-b3c6-4d39-9d23-1bddf7e10d69"
],
"requisiteStageRefIds": [],
"sendNotifications": true,
"source": "artifact",
"trafficManagement": {
"enabled": true,
"options": {
"enableTraffic": true,
"namespace": "default",
"services": [
"service forwardauth"
],
"strategy": "highlander"
}
},
"type": "deployManifest"
},
{
"account": "spin-amazon",
"cloudProvider": "kubernetes",
"manifestArtifactAccount": "github-artifact-account",
"manifestArtifactId": "3dac80b6-0701-4ecc-82c7-dc0b1e7ae13f",
"moniker": {
"app": "blogr"
},
"name": "Deploy Aamazon",
"notifications": [
{
"address": "general",
"level": "stage",
"type": "slack",
"when": [
"stage.complete"
]
}
],
"refId": "4",
"relationships": {
"loadBalancers": [],
"securityGroups": []
},
"requiredArtifactIds": [
"1bbe4929-b3c6-4d39-9d23-1bddf7e10d69"
],
"requisiteStageRefIds": [
"2"
],
"sendNotifications": true,
"source": "artifact",
"trafficManagement": {
"enabled": false,
"options": {
"enableTraffic": false,
"services": []
}
},
"type": "deployManifest"
}
],
"triggers": [
{
"account": "dockerhub",
"enabled": true,
"expectedArtifactIds": [
"1bbe4929-b3c6-4d39-9d23-1bddf7e10d69"
],
"organization": "dniel",
"registry": "index.docker.io",
"repository": "dniel/forwardauth",
"type": "docker"
}
],
"updateTs": "1559065317000"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment