mirror of
https://github.com/bitnami/containers.git
synced 2026-02-28 07:27:31 +08:00
Delete unmaintained test.yaml file
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
## This is test deployment for Kubernetes platforms.
|
||||
## This is _not_ intended to be used in production.
|
||||
##
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: test-dotnet
|
||||
app.kubernetes.io/component: dotnet
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: test-dotnet
|
||||
app.kubernetes.io/component: dotnet
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: test-dotnet
|
||||
app.kubernetes.io/component: dotnet
|
||||
spec:
|
||||
containers:
|
||||
- image: bitnami/dotnet
|
||||
name: dotnet
|
||||
#env:
|
||||
#- name: BITNAMI_DEBUG
|
||||
#- value: 0
|
||||
Reference in New Issue
Block a user