Skip to content
Snippets Groups Projects
Commit b9616556 authored by Thomas  MENARD's avatar Thomas MENARD
Browse files

Update README

parent d32395f2
No related branches found
No related tags found
No related merge requests found
...@@ -224,6 +224,7 @@ Once succesfully completed, you can see the docker image in the `Registry`sectio ...@@ -224,6 +224,7 @@ Once succesfully completed, you can see the docker image in the `Registry`sectio
``` ```
* PostgreSQL Service * PostgreSQL Service
```yaml ```yaml
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
...@@ -241,6 +242,7 @@ Once succesfully completed, you can see the docker image in the `Registry`sectio ...@@ -241,6 +242,7 @@ Once succesfully completed, you can see the docker image in the `Registry`sectio
* Django Application * Django Application
* Deployment * Deployment
```yaml ```yaml
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
kind: Deployment kind: Deployment
...@@ -285,7 +287,9 @@ Once succesfully completed, you can see the docker image in the `Registry`sectio ...@@ -285,7 +287,9 @@ Once succesfully completed, you can see the docker image in the `Registry`sectio
secret: secret:
secretName: postgresql secretName: postgresql
``` ```
* Service * Service
```yaml ```yaml
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
...@@ -301,7 +305,9 @@ Once succesfully completed, you can see the docker image in the `Registry`sectio ...@@ -301,7 +305,9 @@ Once succesfully completed, you can see the docker image in the `Registry`sectio
selector: selector:
app: polls app: polls
``` ```
* Ingress Resource * Ingress Resource
```yaml ```yaml
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
kind: Ingress kind: Ingress
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment