mirror of
https://github.com/bitnami/containers.git
synced 2026-02-24 07:07:37 +08:00
Delete kubernetes.yml file
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
[](https://circleci.com/gh/bitnami/bitnami-docker-postgresql/tree/master)
|
||||
[](http://slack.oss.bitnami.com)
|
||||
[](https://raw.githubusercontent.com/bitnami/bitnami-docker-postgresql/master/kubernetes.yml)
|
||||
|
||||
|
||||
# What is PostgreSQL?
|
||||
@@ -20,16 +19,6 @@ $ curl -sSL https://raw.githubusercontent.com/bitnami/bitnami-docker-postgresql/
|
||||
$ docker-compose up -d
|
||||
```
|
||||
|
||||
## Kubernetes
|
||||
|
||||
> **WARNING:** This is a beta configuration, currently unsupported.
|
||||
|
||||
Get the raw URL pointing to the `kubernetes.yml` manifest and use `kubectl` to create the resources on your Kubernetes cluster like so:
|
||||
|
||||
```bash
|
||||
$ kubectl create -f https://raw.githubusercontent.com/bitnami/bitnami-docker-postgresql/master/kubernetes.yml
|
||||
```
|
||||
|
||||
# Why use Bitnami Images?
|
||||
|
||||
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
|
||||
|
||||
@@ -1,70 +0,0 @@
|
||||
apiVersion: v1
|
||||
items:
|
||||
- apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.service.type: nodeport
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: postgresql
|
||||
name: postgresql
|
||||
spec:
|
||||
ports:
|
||||
- name: "5432"
|
||||
port: 5432
|
||||
targetPort: 5432
|
||||
selector:
|
||||
io.kompose.service: postgresql
|
||||
type: NodePort
|
||||
status:
|
||||
loadBalancer: {}
|
||||
- apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.service.type: nodeport
|
||||
creationTimestamp: null
|
||||
name: postgresql
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: postgresql
|
||||
spec:
|
||||
containers:
|
||||
- image: bitnami/postgresql:latest
|
||||
name: postgresql
|
||||
ports:
|
||||
- containerPort: 5432
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: /bitnami/postgresql
|
||||
name: postgresql-postgresql-data
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: postgresql-postgresql-data
|
||||
persistentVolumeClaim:
|
||||
claimName: postgresql-postgresql-data
|
||||
status: {}
|
||||
- apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: postgresql-postgresql-data
|
||||
name: postgresql-postgresql-data
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Mi
|
||||
status: {}
|
||||
kind: List
|
||||
metadata: {}
|
||||
|
||||
Reference in New Issue
Block a user