diff options
Diffstat (limited to 'yamls/i2-deploy.yaml')
| -rw-r--r-- | yamls/i2-deploy.yaml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/yamls/i2-deploy.yaml b/yamls/i2-deploy.yaml deleted file mode 100644 index c0d6fac..0000000 --- a/yamls/i2-deploy.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - creationTimestamp: null - labels: - app: i2-deploy - name: i2-deploy -spec: - replicas: 1 - selector: - matchLabels: - app: i2-deploy - strategy: {} - template: - metadata: - creationTimestamp: null - labels: - app: i2-deploy - spec: - containers: - - image: akiyamn/i2 - name: i2 - ports: - - containerPort: 80 - resources: {} -status: {}
\ No newline at end of file |
