Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Microgateway updated to version 3.0.0 (#2)
Browse files Browse the repository at this point in the history
* Microgateway updated to version 3.0.0
* README.md revised
  • Loading branch information
dieti80 authored Nov 15, 2021
1 parent 2a5a60e commit abea65c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .templates/microgateway/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: dockerregcred
initContainers:
- name: configbuilder
image: docker.io/ergon/airlock-microgateway-configbuilder:2.1.2
image: docker.io/ergon/airlock-microgateway-configbuilder:3.0.0
imagePullPolicy: IfNotPresent
volumeMounts:
- name: config
Expand All @@ -44,7 +44,7 @@ spec:
value: "Europe/Zurich"
containers:
- name: microgateway
image: docker.io/ergon/airlock-microgateway:2.1.2
image: docker.io/ergon/airlock-microgateway:3.0.0
imagePullPolicy: IfNotPresent
volumeMounts:
- name: config-files
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ In this tutorial, you will learn how to protect your web applications and servic

We will add additional tutorials over time, so make sure to come back from time to time.

This tutorial works with Airlock Microgateway 2.1.0. Check out released versions of the tutorial if you want to use it with another Airlock Microgateway version.
This tutorial works with Airlock Microgateway 3.0.0. Check out released versions of the tutorial if you want to use it with another Airlock Microgateway version.

## Airlock Microgateway
The *Airlock Microgateway* is a component of the [Airlock Secure Access Hub].
It is the lightweight, container-based deployment form of the *Airlock Gateway*, a software appliance with reverse-proxy, Web Application Firewall (WAF) and API security functionality.


## About Ergon
*Airlock* is a registered trademark of [Ergon]. Ergon is a Swiss leader in leveraging digitalisation to create unique and effective client benefits, from conception to market, the result of which is the international distribution of globally revered products.

# The Tutorials
The tutorials are intended to show different aspects of running and configuring the Airlock Microgateway. The tutorials are independent of each other and can be done in any order.

Expand All @@ -32,11 +29,14 @@ The [kubectl][Kubectl] command-line tool has to be configured for the cluster yo
You can find additional information in our [guide][Microgateway Tutorials].

# Additional Information
[Airlock Microgateway Tutorials][Microgateway Tutorials]
- Guide for the Tutorials: [Airlock Microgateway Tutorials][Microgateway Tutorials]
- Introduction: [Airlock Microgateway](https://www.airlock.com/microgateway)
- Documentation: [Airlock Microgateway Manual][Microgateway Documentation]
- Community Support: [Airlock Community Forum][Airlock Forum]
- Integration Example: [Airlock Minikube Example](https://github.com/ergon/airlock-minikube-example)

[Airlock Microgateway Documentation][Microgateway Documentation]

[Airlock Forum][Airlock Forum]
## About Ergon
*Airlock* is a registered trademark of [Ergon](https://www.ergon.ch). Ergon is a Swiss leader in leveraging digitalisation to create unique and effective client benefits, from conception to market, the result of which is the international distribution of globally revered products.



Expand Down

0 comments on commit abea65c

Please sign in to comment.