This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/ipapi/service.yaml

15 lines
190 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: ipapi
name: ipapi
namespace: ipapi
spec:
ports:
- name: http
port: 8080
targetPort: http
selector:
app: ipapi